.filebox input[type="file"] {
	position: absolute;

	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
	}
.filebox label {
	display: inline-block;
	width: 25%;
	padding: 4px 12px;
	color: #999;
	text-align: center;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}
	/* named upload */ 
.filebox .upload-name {
	display: inline-block;
	width: 73%;

	padding: 2px 12px;
	/* label의 패딩값과 일치 */
	font-size: 10px;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
	-webkit-appearance: none;
	/* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}



/*p{
	font-family: 'NanumBarunGothicLight';
}*/

p {
	padding: 0px;
	margin: 0px;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;

	
}
header{

	right: 0;
	position: fixed;
	height: 30px;
	vertical-align: middle;
	text-align: center;

}

div.minus:hover {
	cursor: pointer;
}
div.plus:hover {
	cursor: pointer;
}



div.lan ul {
	font-size:  13px;
	font-weight: 400;
	text-decoration: none;
	color: rgba(0,0,0,0.5);

	margin-bottom: 0px;
	
	padding: 0px;
	margin: 0px;

}

div.lan ul li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
	cursor:pointer
	
}
div.lan ul li:hover {
	color: #000;
}


li.point {
	color: #000;
	font-weight: bolder;
}

div.lan {
	text-align: right;
	padding-right: 10px;
	
}



div.login_form {
	position: fixed;
	left: calc( 50% - 200px ); top: calc( 50% - 190px );
	width: 400px; height: 390px; 
	background: none;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	
}

input {
	width: 300px;
    padding: 12px 10px;
    line-height: normal;
    font-size: 14px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #d0d0d0 1px solid;
    transition: 0.3s all ease;
}

div.btn {
	width: 300px;
	
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background-color: #5587ED;
	cursor: pointer;
	margin-top: 10px;
	overflow:hidden;
	height:auto;
}

div.btn:hover {
	background-color: #3163C9;
}


section.section {
	    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd;
}

div.btn_wrapper {
	margin-top: 15px;
	height: 100px;
	text-align: center;
}

div.title {
	width: 100%;
	text-align: center;
	height: 80px;
	line-height: 60px;
}

div.title p {
	font-size: 24px;
	line-height: 40px;
	font-weight: bolder;
}

div.login_req {
	margin-top: 22px;
	text-align: center;
	line-height: 10px;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	width: 360px;
	height: 10px;
}
div.join_req {
	margin-top: 20px;
	text-align: center;
	line-height: 10px;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	width: 320px;
	height: 10px;
}

#dialog-background {
	/*position:absolute;*/
	/*(display:none;*/
	left:0;
	top:0;
	
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 10000;
	display: none;
}
div.modal_join {
	z-index: 10001;
	position: fixed;
	display: none;
	text-align: center;
	left: calc( 50% - 180px ); top: calc( 50% - 275px );
	width: 360px; height: 550px; 
	background: none;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

div.modal_join input {
	width: 320px;
}


.rwd-table tr td {
	font-size: 14px;
}


.rwd-table {
  margin: 1em 0;
  width: 100%;
  
  
}
@media (min-width: 767px) {
	.rwd-table {
		margin: 1em 0;
		width: 100%;
	}
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}

.rwd-table tr th {
	background: #D9E5FF;
}

.rwd-table th {
  display: none;
  text-align: center;
}
.rwd-table td {
  display: block;
  text-align: center;
}
.rwd-table td:first-child {
  padding-top: .5em;
  
}
.rwd-table td:last-child {
  padding-bottom: .5em;
  

}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  

  width: 6.5em;
  display: inline-block;
}
@media (min-width: 767px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th,
.rwd-table td {
  text-align: left;
}
@media (min-width: 767px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rowspan-r {
  	border-right: 1px solid #46637f;
  }
  .rowspan-l {
  	border-left: 1px solid #46637f;
  }
}

body {
  padding: 0 2em;
  font-family: sans-serif;
  color: #444;
  background: #eee;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.rwd-table {
  background: #f5f8fd;
  color: #34495E;
  
  overflow: hidden;
  margin: auto;
}


.rwd-table tr{
  border-color: #46637f;
}
.rwd-table th,
.rwd-table td {
  margin: .5em 40px;

}
@media (min-width: 767px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
    text-align: center;
  }
}
.rwd-table th,
.rwd-table td:before {
  color: #34495E;
  

}


div.admin_next_btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	width: 100%;
}


span.tablebtn{
	border: 1px solid #34495E;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #34495E;
	
	font-size: 13px;
}

span.tablebtn:hover {
	background-color: #34495E;
	color: #fff;
	cursor: pointer;
}

span.page {
	font-size: 16px;
	color: #34495E;
	
}

span.page.active {
	color: #1bb1dc;
	font-weight: border;
	font-weight: 700;
}

span.page:hover {
	cursor: pointer;
	color: #1bb1dc;

}



span.btn {
	padding: 5px 10px 5px 10px;
    border: 1px solid #34495E;
    border-radius: 5px;
    color: #34495E;
}

span.btn:hover {
	cursor: pointer;
	color: #fff;
	background-color: #34495E;
}



div.modal_admin {
	z-index: 10001;
	position: fixed;
	
	
	display: none;
	text-align: center;
	top: calc( 50% - 181px );
	
	background: none;
}

div.modal_btn{
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background-color: #5587ED;
	cursor: pointer;
	
	overflow:hidden;
	height:auto;
}

input.modal_input {
	width: 100%;
	height: 40px;
	background-color: #D9E5FF;
	margin-top: 3px;
	font-size: 14px;
	text-align: left;
}

div.modal_input_radio {
	
	font-size: 14px;
	text-align: left;
	height: 46px;
    line-height: 46px;
	display: inline-block;
}

input.radio_input {
	width: 32px;
}

label.modal_label {
	width: 25%;
	font-size: 14px;
	text-align: center;
	color: #34495E;
	font-weight: 700;

}

div.modal_btn_wrapper{
	margin-top: 10px;
	
	text-align: center;
}

div.modal_btn:hover {
	background-color: #3163C9;
}

#modal_close:hover {
	cursor: pointer;
}

div.modal_req {
	
	text-align: center;
	line-height: 10px;
	margin-top: 10px;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	width: 100%;
	height: 10px;
}


label.modal_default_label{
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 0;

	padding: 12px 10px;
	border-top: none;
    border-left: none;
    border-right: none;

}

select.default-select {
	height: 38px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}
div.select {
	display: inline-block;
	width: 100%;
	text-align: right;
}
div.pro_plus {
	display: inline-block;
	width: 100%;
	
}


img.icon {
	height: 36px;
}

img.thum {
	height: 36px;
}

img.preview {
	height: 36px;
}



div.modal_pro_manage {
	z-index: 10001;
	position: fixed;
	
	
	display: none;
	text-align: center;
	top: calc( 50% - 283px );
	
	background: none;
	
	
	
}


select.pro_modal_select {
	height: 32px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin-top: 7px;
	width: 100%;
}


div.modal_relative{
	max-width: 640px; margin: auto; background: #fff;
	border-radius: 10px;
	padding: 20px;
}

div.contents_modal {
	display: table;
	width: 100%;
	border-bottom: 1px solid #000;
	
	min-height: 48px;
}


input.week_input {
	width: 20px;
	display: inline-block;
}

p.week_input {
	margin:0;
	display: inline-block;
}

div.member_status {
	border: 1px solid #34495E;
    padding: 5px;
    color: #34495E;
    font-size: 13px;
    display: inline-block;
}
div.member_status:hover {
	background-color: #34495E;
	color: #fff;
	cursor: pointer;
}

div.member_status.active {
	background-color: #34495E;
	color: #fff;
	cursor: pointer;
}


